home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / ct.zip / CT.DOC < prev    next >
Text File  |  1995-05-29  |  3KB  |  55 lines

  1. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  2.  
  3.                               COUNT UP TIMER
  4. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  5.  
  6. CT is a special purpose  countdown timer.         It was developed for use in 
  7. situations  requiring a  "one-touch"  restart,   to the specifications of Jim
  8. Magin of Ellicott City Maryland.
  9.  
  10.  
  11. This program requires VGA graphics   and a 80286 or better machine.   It was
  12. tested on a  generic 80386SX-33 machine with a color VGA monitor.  I believe
  13. it will work on a laptop's monochrome VGA display, but had none available to
  14. test.
  15.  
  16. To execute the program,  type  CT  at the DOS prompt.     Press a key at the 
  17. opening screen to proceed to the setup prompts.  The first prompt is "Enable 
  18. flashing clock ticks?".   This allows a once per second visually interesting 
  19. flashing display, if desired.  "Enable time warning?" permits a warning buzz 
  20. when the timer counts up to a preset time.    Finally, pressing a key begins 
  21. the timer. 
  22.  
  23. Any time after the timer  has begun counting down,  pressing the  ESCAPE key 
  24. exits the program.    Pressing RETURN while the timer is running freezes the 
  25. timer without resetting it.    Pressing any other key (besides ESCAPE) while 
  26. the timer is running resets it to zero and restarts it.     The SPACE bar is 
  27. probably the most convenient key to use for this purpose. Note that pressing 
  28. a Function Key,  a cursor  movement key,  or a key  on the  numerical keypad 
  29. counts as two keystrokes, so that doing so while the timer is running resets 
  30. it twice  and starts it  running again twice    (an annoying  flicker may be
  31. noticeable). 
  32.  
  33. The number at the screen bottom keeps track of how many  times the timer has
  34. been started.     This may be useful in applications where event counting is
  35. desirable.
  36.  
  37. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  38.  
  39. This program was developed using the kernel of the C++ code for my  CHESSCLK
  40. (Chess Clock) program. The CountdownTimer class proved very useful for  this
  41. purpose. The C++ and  C source code is  enclosed for those programmers among
  42. you to play  around with.  Please do not distribute any modified versions of
  43. the program without my   permission.   Improvements     will  be  gratefully
  44. acknowledged, though.
  45.  
  46. Yours,
  47.  
  48.  
  49.  
  50. M\Cooper
  51. 3425 Chestnut Ridge Rd.
  52. Grantsville, MD 21536-9801
  53. --------------------------
  54. Email:  thegrendel@aol.com
  55.